home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / cad / acadfont.zip / FROMAND.TXT < prev    next >
Text File  |  1993-02-19  |  2KB  |  44 lines

  1. Files Included in FROMAND.ZIP:
  2.  
  3. FROMAND.SHX - compiled romand font extended to add fractions to the nearest 1/64
  4. FROMAND.SHP - source romand font extended to add fractions to the nearest 1/64
  5. DIMFRACD.LSP - AutoLISP routine that will convert fraction portions of text
  6.        strings and dimensions into the compressed fraction format provided
  7.        by the FROMAND font
  8. ACAD1.LSP - Example addition to ACAD.LSP
  9.  
  10.  
  11.  
  12.  
  13. FROMAND.SHX -
  14.      The extended characters in FROMAND.SHX are listed below:
  15.  
  16.    %%130 = 1/64    %%146 = 17/64    %%162 = 33/64    %%178 = 49/64
  17.    %%131 = 1/32    %%147 = 9/32     %%163 = 17/32    %%179 = 25/32
  18.    %%132 = 3/64    %%148 = 19/64    %%164 = 35/64    %%180 = 51/64
  19.    %%133 = 1/16    %%149 = 5/16     %%165 = 9/16     %%181 = 13/16
  20.    %%134 = 5/64    %%150 = 21/64    %%166 = 37/64    %%182 = 53/64
  21.    %%135 = 3/32    %%151 = 11/32    %%167 = 19/32    %%183 = 27/32
  22.    %%136 = 7/64    %%152 = 23/64    %%168 = 39/64    %%184 = 55/64
  23.    %%137 = 1/8     %%153 = 3/8      %%169 = 5/8      %%185 = 7/8
  24.    %%138 = 9/64    %%154 = 25/64    %%170 = 41/64    %%186 = 57/64
  25.    %%139 = 5/3     %%155 = 13/32    %%171 = 21/32    %%187 = 29/32
  26.    %%140 = 11/64   %%156 = 27/64    %%172 = 43/64    %%188 = 59/64
  27.    %%141 = 3/16    %%157 = 7/16     %%173 = 11/16    %%189 = 15/16
  28.    %%142 = 13/64   %%158 = 29/64    %%174 = 45/64    %%190 = 61/64
  29.    %%143 = 7/3     %%159 = 15/32    %%175 = 23/32    %%191 = 31/32
  30.    %%144 = 15/64   %%160 = 31/64    %%176 = 47/64    %%192 = 63/64
  31.    %%145 = 1/4     %%161 = 1/2      %%177 = 3/4
  32.  
  33. DIMFRACD.LSP
  34.       DIMFRACD.LSP will take all text strings and dimensions from a selection
  35.    set, find any in-line fractions (eg. 32/64), and convert each string to
  36.    a corresponding DIMFRACD string with compressed fractions.  Dimensions
  37.    are exploded first, then converted.  Text strings (and dimensions) are
  38.    treated as centered text.  The text string is shifted slightly to
  39.    compensate for a shorter overall string length.  Up to 6 fractions are
  40.    converted in each string.
  41.  
  42. Consider this program and font to be freeware.
  43. B. Johnson - 72540,3636
  44.